diff options
| author | real-zephex <[email protected]> | 2024-04-10 16:34:20 +0530 |
|---|---|---|
| committer | real-zephex <[email protected]> | 2024-04-10 16:34:20 +0530 |
| commit | f445930364c6e71e1388dcc82728e425f02cd642 (patch) | |
| tree | f3cf810d787d00fbeffc6ce45d8a85b55af2abc4 /src/app/anime/[id]/info.module.css | |
| parent | removed edge funcitons (diff) | |
| download | dramalama-f445930364c6e71e1388dcc82728e425f02cd642.tar.xz dramalama-f445930364c6e71e1388dcc82728e425f02cd642.zip | |
UI changes
Diffstat (limited to 'src/app/anime/[id]/info.module.css')
| -rw-r--r-- | src/app/anime/[id]/info.module.css | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/app/anime/[id]/info.module.css b/src/app/anime/[id]/info.module.css index 1a8ccf8..15fd0cd 100644 --- a/src/app/anime/[id]/info.module.css +++ b/src/app/anime/[id]/info.module.css @@ -132,10 +132,6 @@ overflow-y: auto; } -.video { - display: flex; - flex-direction: column; -} .closeButton { font-family: "Poppins", serif; @@ -147,7 +143,6 @@ border-radius: 0.5rem; cursor: pointer; margin: 5px; - width: auto; } .VideoPlayer { |